GET
/
audiences
/
attributes-values
curl --request GET \
  --url https://your_a2_service/audiences/attributes-values \
  --header 'Authorization: Bearer <token>'
[
  {
    "code": "<string>",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "value": "<string>"
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

code
string
page
integer
default:1
page_size
integer
default:10

Response

200
application/json

Successful Response

The response is of type object[].